home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6209 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.tau.ac.il!usenet
  2. From: "Avi L." <avil@sapiens.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Bored? Tell me why my code crashes! :)
  5. Date: Tue, 26 Mar 1996 11:31:06 +0200
  6. Organization: Sapiens Tech.
  7. Message-ID: <3157B95A.4B4@sapiens.com>
  8. References: <4it591$aov@vixen.cso.uiuc.edu>
  9. NNTP-Posting-Host: honda.sapiens.co.il
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (WinNT; I)
  14.  
  15. Unknown wrote:
  16. >    Short program follows introduction!
  17. >    It works, sometimes, but just crashes others. As nearly as I can tell,
  18. > it's the pettern matching stuff .... everything else seems to work if I
  19. > remove these bits. If I pass no wildcards, in fact, the thing works fine,
  20. > although the output is rather dull.
  21.  
  22. here's a news flash for ya: it's not only your problem, it happens to all software code 
  23. at some point in thier development, however there are tools called debuggers which aid 
  24. programmers answer the ultimate question: "why doesn't my code work?". ever tried simply 
  25. debugging your code and actually see where/when/why it crashes.
  26. nothing useful can be said regarding your problem from this source code because not all 
  27. the sources are here and no one can guess what exactly is being done in one of the 
  28. pattern matching functions. a newbie you may be, but this is a basic thing every newbie 
  29. must already know.
  30.  
  31. Avi Lev.
  32.